home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 April / EnterCD 4_2003.iso / Multimedia / AlbumCreator 2.5 / AC2.exe / a1.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2002-11-25  |  226 b   |  9 lines

  1. if(image.getBytesTotal() < 0 || image.getBytesTotal() > image.getBytesLoaded())
  2. {
  3.    if(image.getBytesTotal() > 0)
  4.    {
  5.       imloading = image.getBytesLoaded() + "/" + image.getBytesTotal();
  6.    }
  7.    gotoAndPlay(7);
  8. }
  9.